home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / SYS_TOOL / CALL32NT / DELPHI / TESTW32.DFM / TESTW32.txt
Text File  |  1995-06-27  |  312b  |  16 lines

  1. object Form1: TForm1
  2.   Left = 183
  3.   Top = 218
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Close program to stop the drawing!'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCloseQuery = FormCloseQuery
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15. end
  16.